FASTPROC Screen hardcopy procedures. FASTPROC makes hardcopies of CGA, EGA, VGA and Hercules 2-16 colour screens, on 9 and 24 pin matrix printers (Epson FX80, NEC P6 compatible) and laser printers (HP Laserjet/PCL5 compatible). By using encoding a large part of the hardcopy will fit into the printer’s memory, making the hardcopy very fast. FASTPROC can be used from Turbo Pascal or Microsoft .OBJ languages. Extensive Pascal and C example code is included. Register FASTPROC to receive a version that simulates colours by dithering. It also supports colour matrix printers. Registered users also receive the stand-alone version, FASTDUMP. REGISTRATION To register send a cheque or money order for $50 to Peter van Mierlo Liesbergstraat 9 5628 ED Eindhoven The Netherlands fax + 31 40 411 945 email 100272.3606@Compuserve.com Compuserve members can register FASTPROC on-line. GO SWREG and follow the directions there. The registration ID for FASTPROC is 5986. Companies that intend to use FASTPROC in commercial applications can obtain a royalty-free site license of FASTPROC for $300. This includes a site license for FASTDUMP. Please contact the author if you wish to obtain a site license. COPYRIGHT You are free to distribute FASTPROC to other users, provided you distribute all the files in the package. FASTPROC may, however, not be distributed as part of a commercial product without prior consent of the author. DISCLAIMER The author cannot be held liable for damages of any kind resulting from the use of this product. The product is provided on an 'as is' basis, without any guarantee that it will work on a particular computer or printer. FILES IN THIS PACKAGE FASTPROC.TXT this manual FASTPROC.DOC this manual (Word for Windows 6 format) FASTDEMO.EXE example program demonstrating FASTPROC/FASTDUMP QUILT.PCX example graphic QUILT.PIC example graphic QUILT.HLP help file for FASTDEMO QUILT.PAG help file index FASTDUMP.TXT documentation on FASTDUMP README.TXT some explanation C\FASTPROC.H header file defining prototypes C\FASTPR23.OBJ actual dumping code C\TCEXAMPL.C example file C\TCEXAMPL.OBJ compiled example file C\TCEXAMPL.EXE compiled example file C\TCEXAMPL.PRJ Borland C 3.1 project file TPASCAL\FASTPR24.OBJ turbo pascal style dumping code TPASCAL\FASTPR24.PAS dump unit implementation TPASCAL\FASTPR24.TPI dump unit interface TPASCAL\TPEXAMPL.PAS example file TPASCAL\FASTPR24.TPU compiled dump unit TPASCAL\FASTDEMO.PAS partial source to FASTDEMO TPASCAL\TPEXAMPL.EXE compiled example file TPASCAL\COMPILE.BAT compile script MSPASCAL\FASTPR23.OBJ microsoft style dumping code MSPASCAL\FASTPROC.ITF interface definitions for dump unit MSPASCAL\FASTPROC.PAS implemetation of dump unit MSPASCAL\FASTPROC.OBJ compiled dump unit MSPASCAL\MSPEXAMP.PAS example source MSPASCAL\MSPEXAMP.OBJ compiled example MSPASCAL\MSPEXAMP.EXE compiled and linked example MSPASCAL\COMPILE.BAT compile script QBASIC\FASTPROC.BAS definitions of procedures QBASIC\FASTPR23.OBJ dumping code QBASIC\QBEXAMPL.BAS example file